My Signature Project

Open AI Embeddings

Transformed raw skill texts into high-dimensional vectors using OpenAI's `text-embedding-ada-002` model. Applied cosine similarity to measure closeness between user skills and job roles.

OpenAI API Embedding Text Vectorization Semantic Search Python Data Cleaning NLP
Open AI Embeddings

Skill Cluster Mapping

This scatter plot illustrates the clustering of AI-related job roles based on their semantic skill similarity. Each point represents a job or skill profile, encoded into high-dimensional vectors using OpenAI’s text-embedding-ada-002 model. Dimensionality reduction via UMAP and clustering (e.g., K-Means) revealed hidden patterns and grouping structures within the AI job market.

OpenAI Embeddings UMAP K-Means Skill Clustering AI Job Analysis Python Data Visualization
Embeddings

AI Talent Skill Gap Dashboard

Developed an interactive Power BI dashboard that analyzes skill trends from over 1.3 million AI-related job postings across the US, UK, Canada, and Australia. The dashboard visualizes top emerging skills, co-occurrence heat maps, and semantic similarity scores across roles to reveal hidden talent gaps and in-demand AI skills.

Power BI Data Visualization DAX AI Talent Analysis Dashboard Design Job Market Insights Skill Co-occurrence
Clustering Visualization

AI Job Recommender (Live Tool)

Developed a skill-based AI Job Recommender using OpenAI embeddings and deployed it as an interactive web app via Hugging Face. Users can enter their skills and receive personalized AI-related job suggestions based on semantic similarity matching from a dataset of 50K AI job postings.

Hugging Face Spaces OpenAI API Cosine Similarity Python Streamlit AI Job Matching
AI Dashboard